home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
wais
/
waisgate
/
HTInit.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-09
|
421b
|
19 lines
/* */
/* Initialisation module HTInit.h
**
** This module resisters all the plug&play software modules which
** will be used in the program. This is for a browser.
**
** To override this, just copy it and link in your version
** befoe you link with the library.
*/
#include "HTUtils.h"
extern void HTFormatInit NOPARAMS;
extern void HTFileInit NOPARAMS;
/*
*/